- CreateEffect
SLresult function(SLAndroidEffectItf self, SLInterfaceID effectImplementationId) CreateEffect;
Undocumented in source.
- IsEnabled
SLresult function(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLboolean* pEnabled) IsEnabled;
Undocumented in source.
- ReleaseEffect
SLresult function(SLAndroidEffectItf self, SLInterfaceID effectImplementationId) ReleaseEffect;
Undocumented in source.
- SendCommand
SLresult function(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, void* pCommandData, SLuint32* replySize, void* pReplyData) SendCommand;
Undocumented in source.
- SetEnabled
SLresult function(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLboolean enabled) SetEnabled;
Undocumented in source.
Android Effect interface methods